GUI Help > Special > itemCount

itemCount
int count=itemCount(handle gadget)

Description:
Retrieves the number of items in a listbox or combobox gadget.

Return Value:
Number of items in the specified gadget.

Parameters:
gadget Handle to a listbox or combobox gadget.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)